home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
syn.exe
/
0
/
RCDATA
/
TSPELLCHECKDIALOG
/
TSPELLCHECKDIALOG.txt
Wrap
Text File
|
2004-02-29
|
2KB
|
117 lines
object SpellCheckDialog: TSpellCheckDialog
Left = 510
Top = 216
BorderStyle = bsDialog
Caption = 'Check Spelling'
ClientHeight = 209
ClientWidth = 378
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 50
Height = 13
Caption = '&Not found:'
FocusControl = txtNotFound
end
object Label2: TLabel
Left = 8
Top = 36
Width = 52
Height = 13
Caption = 'C&hange to:'
FocusControl = txtChangeTo
end
object Label3: TLabel
Left = 8
Top = 64
Width = 55
Height = 13
Caption = '&Sugestions:'
FocusControl = lstSuggestions
end
object txtNotFound: TEdit
Left = 72
Top = 8
Width = 209
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object txtChangeTo: TEdit
Left = 72
Top = 32
Width = 209
Height = 21
TabOrder = 1
end
object lstSuggestions: TListBox
Left = 8
Top = 80
Width = 273
Height = 121
ItemHeight = 13
TabOrder = 2
OnClick = lstSuggestionsClick
end
object btnChange: TCorelButton
Left = 296
Top = 8
Width = 75
Height = 23
Caption = '&Change'
Default = True
ModalResult = 1
TabOrder = 3
end
object btnIgnore: TCorelButton
Left = 296
Top = 56
Width = 75
Height = 23
Caption = '&Ignore'
ModalResult = 5
TabOrder = 4
end
object btnIgnoreAll: TCorelButton
Left = 296
Top = 88
Width = 75
Height = 23
Caption = 'Ignore &all'
ModalResult = 8
TabOrder = 5
end
object btnAdd: TCorelButton
Left = 296
Top = 120
Width = 75
Height = 23
Caption = 'A&dd'
ModalResult = 6
TabOrder = 6
end
object btnClose: TCorelButton
Left = 296
Top = 176
Width = 75
Height = 23
Cancel = True
Caption = '&Close'
ModalResult = 3
TabOrder = 7
end
end